hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
NetBufferStream
hip
network
Undocumented in source.
struct
NetBufferStream {
NetBuffer
self
;
size_t
currentOffset
;
bool
appendData
(ubyte[] data);
bool
isFinished
();
void
reset
();
}
Alias This
self
Members
Functions
appendData
bool
appendData
(ubyte[] data)
isFinished
bool
isFinished
()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
()
Resets it to a reusable state
Variables
currentOffset
size_t
currentOffset
;
Undocumented in source.
self
NetBuffer
self
;
Undocumented in source.
Meta
Source
See Implementation
hip
network
classes
HipNetwork
functions
disconnectNetwork
getNetworkInterface
interfaces
INetworkBackend
structs
NetBufferStream